SequeLink® JDBC Driver
The SequeLink JDBC driver reports errors to the calling application by returning SQLExceptions. Errors can be generated by the following components:
SequeLink® JDBC Driver Errors
An error generated by the SequeLink JDBC driver has the following format:
For example:
Use the native error code to look up details about the possible cause of the error. See "Error Messages" for a list of all error codes and messages. Sometimes, you may need to check the last JDBC call your application made and refer to the JDBC specification for recommended action.
SequeLink® Server Errors
An error generated by SequeLink Server has the following format:
For example:
[DataDirect] [SequeLink JDBC Driver] [SequeLink Server] Only Select statements are allowed in this read-only connection.Use the native error code to look up details about the possible cause of the error. See "Error Messages" for a list of all error codes and messages.
Database Errors
An error generated by the database has the following format:
For example:
Use the native error code to look up details about the possible cause of the error. For these details, refer to your database documentation.